Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 core sdk via nuget #3533

Merged
merged 8 commits into from
Jun 27, 2024
Merged

V3 core sdk via nuget #3533

merged 8 commits into from
Jun 27, 2024

Conversation

adamhathcock
Copy link
Member

@adamhathcock adamhathcock commented Jun 25, 2024

https://spockle.atlassian.net/browse/DUI3-35

takes the intermediate step of referencing core from the new repo and removing core from the solution filter.

Some changes to logging help with dependencies

@adamhathcock adamhathcock changed the base branch from main to dui3/alpha June 25, 2024 10:28
@adamhathcock adamhathcock marked this pull request as ready for review June 25, 2024 14:38
@@ -19,7 +19,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Speckle.AutoCAD.API" Version="2024.0.0" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clairekuang is this okay?

@@ -404,7 +434,7 @@
"dependencies": {
"Serilog.Extensions.Logging": "[7.0.0, )",
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Core": "[2.0.999-local, )"
"Speckle.Core": "[3.0.1-alpha.11, )"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have some rules around what we should pick up? i.e. accept minor versions and bug fixes? Maybe this isn't the right place and we perhaps don't need to do it right away

@BovineOx
Copy link
Contributor

I mean it's all a bit hard to read but updating reference to the nuget essentially, mainly just:

  • Should we be taking minor and bug fix improvements automatically?

I did have another but it's gone...

@adamhathcock adamhathcock merged commit fbcb8ff into dui3/alpha Jun 27, 2024
33 checks passed
@adamhathcock adamhathcock deleted the v3-core-nuget branch June 27, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants